InterstitialAdEventListener

A listener for receiving notifications during the lifecycle of an interstitial ad.

Functions

Link copied to clipboard
abstract fun onAdClicked()

Called when user clicked on the ad.

Link copied to clipboard
abstract fun onAdDismissed()

Called when an interstitial ad has been dismissed.

Link copied to clipboard
abstract fun onAdFailedToShow(adError: AdError)

Called when an interstitial ad failed to show.

Link copied to clipboard
abstract fun onAdImpression(impressionData: ImpressionData?)

Called when an impression was observed

Link copied to clipboard
abstract fun onAdShown()

Called when an interstitial ad has been shown.